Click or drag to resize

ResourceSetProperty Method (String, String, String, String)

Sets a property on a resource.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public MultiStatus SetProperty(
	string address,
	string propertyName,
	string propertyNamespace,
	string propertyValue
)

Parameters

address
Type: SystemString
The URI that identifies the resource.
propertyName
Type: SystemString
Name of property to set. Property namspace is DAV:
propertyNamespace
Type: SystemString
The property namespace
propertyValue
Type: SystemString
Value of property as a string

Return Value

Type: MultiStatus
A MultiStatus indicating the status of the property set.
See Also